From 8ee3524cfb44cbd9a3d86c12e3c14c618c00ba93 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 21 Mar 2006 11:42:39 +0100 Subject: [PATCH] Since we now have general rules to build ALL_OBJS, we don't need to manually build them. Compile-tested on x86 and PPC. Should work on IA64 too. Signed-off-by: Hollis Blanchard --- xen/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xen/Makefile b/xen/Makefile index 487cc0d85c..d7b458116c 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -55,14 +55,6 @@ $(TARGET): delete-unfresh-files [ -e include/asm ] || ln -sf asm-$(TARGET_ARCH) include/asm $(MAKE) -C arch/$(TARGET_ARCH) asm-offsets.s $(MAKE) include/asm-$(TARGET_ARCH)/asm-offsets.h -ifneq ($(TARGET_ARCH),x86) - $(MAKE) -C common - $(MAKE) -C drivers -ifeq ($(ACM_SECURITY),y) - $(MAKE) -C acm -endif - $(MAKE) -C arch/$(TARGET_ARCH) -endif $(MAKE) -C arch/$(TARGET_ARCH) $(TARGET) # drivers/char/console.o contains static banner/compile info. Blow it away. -- 2.30.2